home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / rexx / imc / rexx-imc.5 / README.news < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.4 KB  |  33 lines

  1.  
  2. REXX/imc now supports language level 4.00, including the following features:
  3.  
  4.  * NOTREADY and FAILURE conditions, CONDITION() builtin function,
  5.    SIGNAL ON ... NAME ... and CALL ON ... NAME ...
  6.  * value() with three parameters
  7.  * stream() function for miscellaneous stream operations.
  8.  
  9. REXX/imc also supports several commandline parameters, enabling the user to
  10. interpret a string or turn tracing on (see rexx.ref for details).
  11.  
  12. You no longer need to set any environment variable for REXX/imc to work
  13. properly.  However, you may optionally set REXXIMC to the name of the
  14. directory containing the interpreter files.  This name supersedes the name
  15. REXXPATH used in earlier releases.
  16.  
  17. Some compatibility problems may arise:
  18.  
  19.  * I/O functions now no longer set the RC variable, and do not signal on
  20.    error.  Instead, the status of each stream may be examined with the
  21.    stream() function, and errors may be trapped with the new NOTREADY
  22.    condition.
  23.  * The ioerr(i) function has been deleted, and can now be emulated with
  24.    errortext(i+100).
  25.  
  26. Some time in the future, the builtin functions close, fdopen, fileno, ftell,
  27. open, pclose and popen may be deleted.  All of these should now be done via
  28. the stream() builtin function.
  29.  
  30. It is hoped that by the next release, the variable REXXPATH will be used to
  31. indicate the search path for Rexx programs.  Therefore any existing use of
  32. this variable should be deleted or changed to REXXIMC, as mentioned above.
  33.